home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_288 / DoAction.as
Text File  |  2006-01-17  |  335b  |  27 lines

  1. vCash = 300;
  2. vCashj = 300;
  3. vCashm = 300;
  4. vCashf = 300;
  5. vDrink = 30;
  6. vMadameSchuld = 150;
  7. vPlusMinus = 1;
  8. vArm = 1;
  9. vQuick = 1;
  10. vZahl = 0;
  11. tellTarget("cash")
  12. {
  13.    gotoAndStop(5);
  14. }
  15. tellTarget("cashj")
  16. {
  17.    gotoAndStop(5);
  18. }
  19. tellTarget("cashm")
  20. {
  21.    gotoAndStop(5);
  22. }
  23. tellTarget("cashf")
  24. {
  25.    gotoAndStop(5);
  26. }
  27.